adTempus API
PreviousUpNext
IObjectImportParameters::State Property

The current state of the object.

C++
__property ObjectImportStateEnum* State;
C#
Visual Basic
Property State() As ObjectImportStateEnum*

 

The State indicates whether the object already exists in this adTempus instance:

State 
Meaning 
The object does not already exist. 
An object with the same OID already exists. 
An object with a different OID but the same primary key already exists. 

 

When an object has a state of Duplicate, this indicates that an object with the same primary key but a different OID already exists. For example, if a NotificationIndividual is marked Duplicate, a NotificationIndividual already exists with the same name but a different OID. When duplicate objects are imported, adTempus updates the existing object with the data from the import source rather than importing the duplicate object. The existing object's OID does not change.

adTempus API Reference version 3.0.0.0, revised 10/30/2008